All Questions
3 questions
11votes
2answers
35kviews
Bowling game scorer
I was given a simple coding exercise as part of a job interview process, for which I received a negative review. This is the question: DiUS is starting a bowling club. To help with the club, we ...
7votes
1answer
84views
FuseMonsterAction implementation and unit tests
I'd like to get a general review on the following code, and I'll highlight an extra point below: ...
15votes
3answers
2kviews
Trading Card Game's Hand class and tests
As part of a Trading Card Game, I have created a Hand that will need to hold all cards that a player currently has in his hand. The code is built using Java 8. The ...